var syscall.fcntl64Syscall
3 uses
syscall (current package)
exec_linux.go#L599: _, _, err1 = RawSyscall(fcntl64Syscall, uintptr(fd[i]), F_SETFD, 0)
flock_linux.go#L11: var fcntl64Syscall uintptr = SYS_FCNTL
flock_linux.go#L15: _, _, errno := Syscall(fcntl64Syscall, fd, uintptr(cmd), uintptr(unsafe.Pointer(lk)))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)